cody - HTMLify profile
files of /cody/solygambas/html-css-javascript-projects/033-notes app/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const addButton = document.getElementById("add");
const notes = JSON.parse(localStorage.getItem("notes"));
const updateLocalSto
const notes = JSON.parse(localStorage.getItem("notes"));
const updateLocalSto